home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / main / wdefpatch.proto.h < prev   
Text File  |  1994-04-16  |  521b  |  13 lines

  1. /*
  2.  * :Krb:wdefpatch.c
  3.  */
  4. extern void PatchWindowWDEF(WindowPtr window, struct WindRec *tw);
  5. extern void RePatchWindowWDEF(WindowPtr window, struct WindRec *tw);
  6. extern Handle GetPatchStuffHandle(WindowPtr window, struct WindRec *tw);
  7. extern pascal long MyWDEFPatch(short varCode, WindowPtr window, short message, long param);
  8.  
  9. /* 931112, ragge, NADA, KTH */
  10. extern void setupForGrow(WindowPtr window, short hCharInset, short vCharInset, short hCharSize, short vCharSize);
  11. extern void cleanupForGrow(WindowPtr window);
  12.  
  13.